@charset "UTF-8";

.____topBg {
    display: flex;
    flex-direction: column;
}

.____topBg .container-wrap {
    flex: 1;
}

/* 头条文章轮播 */
.news-carousel-wrap {
    width: 1200px;
    height: 350px;
    margin: 30px auto 0;
    background: #f6f6f6;
    border: 1px solid #ccc;
    overflow: hidden;
}

#pagination1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
    opacity: 1;
}

#pagination1 .swiper-pagination-bullet-active {
    background: #0365b8;
}

#news-swiper .swiper-button-next {
    right: 460px;
}

.slide-item .img {
    display: block;
    width: 750px;
    height: 350px;
    float: left;
}

.slide-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-item .text-wrap {
    float: right;
    padding: 20px;
    width: calc(100% - 750px);
    height: 350px;
    position: relative;
    font-size: 14px;
}

.slide-item .text-wrap .new-title {
    display: block;
    padding: 15px 0;
    line-height: 22px;
    color: #0c0300;
    font-size: 18px;
    font-weight: bold;
}

.slide-item .text-wrap .classification .left {
    float: left;
    font-size: 0;
}

.slide-item .text-wrap .classification .left .column {
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    background: #ea3e3e;
    color: #fff;
    display: inline-block;
}

.slide-item .text-wrap .classification .left .new-item {
    width: 80px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    background: #f0eef1;
    display: inline-block;
}

.slide-item .text-wrap .classification .right {
    float: right;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.slide-item .text-wrap .classification .right .place {
    padding-left: 15px;
    background: url(./comp.png) 0 3px no-repeat;
}

.slide-item .text-wrap .new-content {
    text-indent: 2em;
    padding-top: 15px;
    width: 410px;
    height: 150px;
    line-height: 25px;
}

.slide-item .text-wrap .more {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: right;
    border-top: 1px solid #ccc;
    color: #e22323;
}

/* 互动连接轮播 */
.interactive-link-wrap {
    /* background-color: #eaeaea; */
    margin-top: 30px;
}

.interactive-link {
    width: 1200px;
    margin: 0 auto;
}

.interactive-link .swiper-slide {
    width: 164px;
}

.interactive-link .swiper-slide img {
    width: 100%;
    height: 119px;
    object-fit: cover;
}

/* 新闻板块 */
.new-section-wrap {
    background: #fff;
    width: 1200px;
    margin: 30px auto 0;
}

.new-section-of4 {
    float: left;
    width: 915px;
}

.new-section-item {
    width: 436px;
    /* height: 400px; */
    float: left;
    position: relative;
    height: 377px;
}

.new-section-item:nth-of-type(odd) {
    margin-right: 42px;
}

.new-section-item:nth-of-type(odd)::before {
    content: '';
    width: 2px;
    height: 297px;
    background: #eaeaea;
    position: absolute;
    top: 65px;
    right: -21px;
}

.item-header,
.special-column-header,
.keyAreas-wrap .header {
    border-bottom: 4px solid #e6e6e6;
    margin-top: 10px;
    height: 31px;
}

.item-header .title,
.special-column-header .title,
.keyAreas-wrap .header .title {
    color: #000;
    background: url(./page_ico_03.jpg) 5px 0px no-repeat;
    line-height: 26px;
    padding-left: 35px;
    border-bottom: 4px solid #ea3e3e;
    font-size: 18px;
    float: left;
}

.item-header .more,
.special-column-header .more,
.keyAreas-wrap .header .more {
    float: right;
    color: #666;
    font-size: 13px;
    line-height: 31px;
    transition: color .2s;
}

.item-header .more:hover,
.special-column-header .more:hover,
.keyAreas-wrap .header .more:hover {
    color: #ea3e3e;
}

.item-content-new {
    border-bottom: 1px solid #e6e6e6;
    height: 56px;
    line-height: 56px;
}

.item-content-new .new-title {
    color: #333;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    width: 300px;
    font-size: 14px;
    transition: color .2s;
}

.item-content-new .new-title:hover {
    color: #ea3e3e;
}

.item-content-new .new-time {
    float: right;
    color: #9e9e9e;
    font-size: 13px;
}

.special-column {
    float: right;
    width: 255px;
}

.special-column-header .title {
    background: url(./page_ico_05.jpg) 5px 2px no-repeat;
}

.special-column-content {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    /* height: 723px; */
    padding: 10px 0 0;
}

.special-column-content li {
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.special-column-content li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.special-column-content li a {
    display: block;
}

.special-column-content li a img {
    width: 254px;
    height: 107px;
    object-fit: cover;
}

/* 信用江西宣传周 */
.poster-part-wrap {
    width: 1200px;
    margin: 30px auto;
}

.poster-part-wrap a {
    width: 49%;
    display: block;
}

.poster-part-wrap a img {
    height: 242px;
    object-fit: cover;
}

.poster-part-wrap a:first-of-type {
    float: left;
}

.poster-part-wrap a:last-of-type {
    float: right;
}

/* 重点领域信用体系建设 */
.keyAreas-wrap {
    width: 1200px;
    margin: 0 auto;
}

.keyAreas-wrap .left-part-wrap {
    float: left;
    width: 912px;
}

.keyAreas-wrap .left-part-wrap .content {
    padding: 20px 0 20px 10px;
}

.keyAreas-wrap .left-part-wrap .content .item {
    float: left;
    width: 438px;
}

.keyAreas-wrap .left-part-wrap .content .item:nth-of-type(-n + 2) {
    margin-bottom: 20px;
}

.keyAreas-wrap .left-part-wrap .content .item:nth-of-type(2n) {
    margin-left: 20px;
}

.keyAreas-wrap .left-part-wrap .content .item a {
    display: block;
}

.keyAreas-wrap .left-part-wrap .content .item img {
    height: 96px;
    object-fit: cover;
}

.keyAreas-wrap .right-part-wrap {
    float: right;
    width: 255px;
}

.keyAreas-wrap .right-part-wrap>a {
    display: block;
    margin-bottom: 15px;
}

.keyAreas-wrap .right-part-wrap>a img {
    height: 82px;
    object-fit: cover;
}

.keyAreas-wrap .right-part-wrap .website-wrap {
    width: 255px;
    height: 58px;
    line-height: 58px;
    padding: 0 10px;
    margin-top: -1px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #bebebe;
    font-size: 16px;
}

.website-wrap .show-con {
    position: relative;
}


.website-wrap .show-con::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-top-color: #9e9e9e;
    transition: all .2s;
}

.website-wrap .show-con:hover::before {
    transform: translateY(-50%) rotate(180deg);
}

.website-wrap .hide-con {
    display: none;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #bebebe;
    border-top: none;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -301px;
    z-index: 2;
}

.website-wrap .hide-con li a {
    padding: 0 10px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    height: 58px;
    line-height: 58px;
    transition: all .2s;
    border-bottom: 1px solid #bebebe;
}

.website-wrap .hide-con li:last-of-type a {
    border-bottom: none;
}

.website-wrap .hide-con li a:hover {
    background: #f6f6f6;
    color: #ea3e3e;
}

.website-wrap:hover .hide-con {
    display: block;
}

/* 成员单位 */
.department-list-wrap {
    margin-bottom: 30px;
    background: #eaeaea;
    padding: 25px;
}

.department-con {
    width: 1200px;
    margin: 0 auto;
}

.department-con .header {
    font-size: 16px;
}

.department-con .header span {
    color: #727878;
    font-size: 14px;
}

.department-con .content p {
    float: left;
    width: 166px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.department-con .content p:nth-of-type(2) {
    width: 80%;
}

/* 右侧固定 */
.share-wrap {
    width: 56px;
    background-color: #fff;
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 22;
    padding: 6px 0 10px;
    transition: all .2s;
    display: none;
}

.share-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    width: 100%;
    background: #0063ba;
}

.share-wrap .item {
    cursor: pointer;
    position: relative;
}

.share-wrap .item a {
    display: block;
}

.share-wrap .item:hover {
    background: #efefef;
}

.share-wrap .item .item-text {
    color: #333;
    text-align: center;
    font-size: 12px;
    padding-top: 40px;
    height: 70px;
    background: url(./share-top.png) no-repeat center 10px;
    line-height: 30px;
}

.share-wrap .item:nth-of-type(2) .item-text {
    background: url(./share-er.png) no-repeat center 10px;
}

.share-wrap .item:nth-of-type(3) .item-text {
    background: url(./share-feedback.png) no-repeat center 10px;
}

.share-wrap .item:nth-of-type(4) .item-text {
    background: url(./iphon.png) no-repeat center 10px;
}

.share-wrap .item:nth-of-type(2) .QR-img {
    display: none;
    position: absolute;
    left: -105px;
    top: -12px;
    width: 90px;
    height: 90px;
    background: #fff;
    border: 1px solid #ebebeb;
    background: transparent url('./qrcode.png') center center no-repeat;
}

.share-wrap .item:nth-of-type(2) .QR-img::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-left-color: #fff;
}

.share-wrap .item:nth-of-type(2):hover .QR-img {
    display: block;
}

/* 进入信用中国的弹窗提示 */
.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1080px;
    overflow: hidden;
    background: rgba(152, 152, 152, .6);
    z-index: 999999;
}

.tips-wrap {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 1000000;
    width: 482px;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 16px;
    padding: 20px 20px 30px;
    text-align: center;
    box-sizing: border-box;
    /* pointer-events: none; */
}

.tips-wrap>* {
    text-align: center;
}

.tips-wrap-header {
    height: 80px;
    line-height: 80px;
    color: #0063ba;
    font-size: 24px;
}

.tips-wrap-header .tipsClose {
    position: absolute;
    top: 20px;
    right: 18px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    color: #ea3e3e;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}


.tips-wrap-title {
    line-height: 30px;
    color: #333;
}

.tips-wrap-title.link {
    color: #0063ba;
}

.tips-footer {
    margin: 30px auto 0;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff !important;
    background-color: #0063ba;
    border-radius: 15px;
    font-size: 16px;
    text-align: center;
}